<!DESCRIPTION>This clever script shows you how you can make sure you dont annoy your visitors with pop ups all the time, it just showes them once!<!/DESCRIPTION>
<!CATEGORY>cookies<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<!-- HOW TO INSTALL ONLY POPUP ONCE:
1. Copy code into the HEAD section of document
2. Add the onLoad event handler into the BODY tag -->
<!-- STEP ONE: Add code into HEAD section of document -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var expDays = 1; // number of days the cookie should last
var page = "only-popup-once.html";
var windowprops = "width=300,height=200,location=no,toolbar=no,menubar=no,scrollbars=no,resizable=yes";